SCCM Manager 3.0
StartAction(String,String,String,String[]) Methode


ActionPanel.PluginBase.Interfaces Namespace > IActionPanel Schnittstelle > StartAction Methode : StartAction(String,String,String,String[]) Methode
Syntax
'Deklaration
 
Overloads Sub StartAction( _
   ByVal name As System.String, _
   ByVal argument As System.String, _
   ByVal function As System.String, _
   ByVal functionParameters() As System.String _
) 
'Usage
 
Dim instance As IActionPanel
Dim name As System.String
Dim argument As System.String
Dim function As System.String
Dim functionParameters() As System.String
 
instance.StartAction(name, argument, function, functionParameters)
void StartAction( 
   System.string name,
   System.string argument,
   System.string function,
   System.string[] functionParameters
)

Parameter

name
argument
function
functionParameters
Anforderungen

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Siehe auch

Referenz

IActionPanel Schnittstelle
IActionPanel Member
Overload-Liste